PrintHeaderFooter

public interface PrintHeaderFooter<T extends PrintSettings>

Allows configuring printing headers and footers.

Implemented by concrete PrintSettings implementations that support configuring printing headers and footers.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract T disablePrintingHeaderFooter()
Disables printing headers and footers.
Link copied to clipboard
public abstract T enablePrintingHeaderFooter()
Enables printing headers and footers.
Link copied to clipboard
public abstract boolean isPrintingHeaderFooterEnabled()
Returns true if printing headers and footer is enabled.